psa.ai_vendor_sources
Overview
Column Descriptions
id –
type –
url –
priority –
enabled –
auth_required –
login –
password –
1 2 3 4 5 6 7 8 9 10 11 12 | CREATE TABLE `ai_vendor_sources` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `type` enum('repomd','directory') NOT NULL, `url` varbinary(255) NOT NULL DEFAULT '', `priority` int(10) unsigned NOT NULL DEFAULT '500', `enabled` enum('false','true') NOT NULL DEFAULT 'true', `auth_required` enum('false','true') NOT NULL DEFAULT 'false', `login` varbinary(255) DEFAULT NULL, `password` varbinary(255) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `url` (`url`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 |
Related documentation
February 11th, 2013 in
Uncategorized